home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 2 / CU Amiga Magazine's Super CD-ROM 02 (1996)(EMAP Images)(GB)[!][issue 1996-04].iso / magazine / amiga_e / amigae.june.archive / 000036_crash!kirk.safb.af.mil!BWILLS_Wed, 9 Jun 93 13:57:27 PST.msg < prev    next >
Text File  |  1993-08-31  |  3KB  |  48 lines

  1. Received: by bkhouse.cts.com (V1.16/Amiga)
  2.     id AA00000; Wed, 9 Jun 93 13:57:27 PST
  3. Received: from kirk.safb.af.mil by crash.cts.com with smtp
  4.     (Smail3.1.28.1 #15) id m0o3Wjs-0002BEC; Wed, 9 Jun 93 13:27 PDT
  5. Message-Id: <m0o3Wjs-0002BEC@crash.cts.com>
  6. Date: 9 Jun 93 15:23:00 CST
  7. From: "Barry D. Wills" <BWILLS@kirk.safb.af.mil>
  8. To: "amigae" <amigae@bkhouse.cts.com>
  9. Subject: re:  Fill E Source code
  10.  
  11. Hi, Alex.  On 9 Jun you said:
  12.  
  13. >Hi there... I'm fiddling around with E at the moment, and I have a copy of Fill
  14. >0.11b. I would be interested in the source to this, either via the E mailing 
  15. >list, or by email to butcau@essex.ac.uk.
  16.  
  17. Okay.  I'll post the source sometime later this evening (Central Standard
  18. Time).  Since it was my first E project I'm not promising prize-winning code,
  19. although it is pretty to look at, and commented, too!
  20.  
  21. >Also, a suggestion... would it be a lot of work to make fill cope with treating
  22. >directories as a file... and please can you implement wildcards soon? Use the 
  23. >ARP library perhaps?
  24.  
  25. Hmmmm.  I was afraid someone might want directories.  I thought a little about
  26. the problems this posed, specifically:  What if the directory contents doesn't
  27. all fit on one diskette? and What is the DOS overhead for creating a directory?
  28. The first problem is the real issue.  I could move the directory contents and 
  29. not keep the directory structure, I could split the directory across diskettes,
  30. thus ending up with some of the files in "disk1:dir1" and the remainder in 
  31. "disk2:dir1" through "diskn:dir1".  Any preferences?  It appears to me that the
  32. fancier I try to make the algorithm the more disorganized things can get on the 
  33. destination disks.  I didn't really intend Fill to be an archiving/backup util.
  34. I just wanted a time-saver for clearing off my hard-drive without a lot of 
  35. hassle and wasted floppy storage.  I'm still open to suggestions.  Look at the 
  36. code when I post it, and then ask me again later.
  37.  
  38. I can look at wildcards.  I believe the solution would be easy.  Since I'm 
  39. making a list of filenames and sizes, I can match filenames against a pattern
  40. when creating the list.  But I don't think E has a module for arp.library, does
  41. it?  (Don't reply.  By the time you receive this message I'll have answered for
  42. myself.)
  43.  
  44. Don't think I'm shooting you down.  Those are just spontaneous thoughts.  I'll
  45. keep in mind what you said, Alex.  I'd be interested in any suggestions from 
  46. anyone about Fill.  Keep 'em coming.  Later.  |-)
  47.  
  48. -- Barry